:Description Reads the prompt and text for the "FROM" field.
:script ReadDateField
:Synopsis Announces the date and time the message was sent.
:Description Reads the prompt and text for the date field.
:script ReadToField
:Synopsis Announces who the message was addressed to.
:Description Reads the prompt and text for the To field.
:script ReadCCField
:Synopsis Announces who received a CC of the message.
:Description Reads the prompt and text for the CC field.
:script ReadSubjectField
:Synopsis Announces the subject of the message.
:Description Reads the prompt and text for the subject field.
:script NextLine
:Synopsis Reads message information when moving to the next message in the extended list box.
:Description Interupts the NextLine function with SayWindowTypeAnd Text.
:script PriorLine
:Synopsis Reads message information when messages extended list box is active.
:Description Moves to the prior message and says the window type and text.
:script CTRLHomePress
:Synopsis Moves the cursor to the top of the file and announces it.
:script CTRLEndPress
:Synopsis Moves the cursor to the bottom of the file and announces it.
:script HomeKeyPress
:Synopsis Moves to the first message in the messages extended list box, if active, and reads the message information.
:Description Checks to see if the messages extended list box has focus. If true, moves focus to the first message and reads the information.
:script EndKeyPress
:Synopsis Moves to the last message in the messages extended list box, if active, and reads the message information.
:Description Checks to see if the messages extended list box is active. If the extended list box is active, focus is moved to the last message and the message information is read.
:script SayLine
:Synopsis Speaks message information of current line of text.
:Description Determines whether the message extended list box is active. If true, reads the message information. Otherwise, the current line of text is read.
:script HotKeyHelp
:script PrintButtonPress
:Synopsis Prints the message currently being read.
:Description Activates the Print control from the File menu.
:script UpButtonPress
:Synopsis Moves to the previous message.
:Description Moves to the previous message.
:script NextButtonPress
:Synopsis Moves to the next message.
:Description Moves to the next message.
:script ScriptAndAppNames
:Synopsis Reports the name of the script and application currently in use.
:Description Reports the name of the script and application currently in use.
:function AutoStartEvent
:Synopsis Speaks the application name and related information when the app is first launched.
:Description Checks to see if the main application window has received focus for the first time. If true, the application name and related information is spoken.
:function AutoFinishEvent
:Synopsis Resets the variable LPMFirstTime to 0 when exiting the application.